﻿2026-09-11T01:04:14.6194015Z ##[group]Run actions/checkout@v5
2026-09-11T01:04:14.6194737Z with:
2026-09-11T01:04:14.6195128Z   repository: BigscreenVR/spt-bs-core
2026-09-11T01:04:14.6198113Z   token: ***
2026-09-11T01:04:14.6198471Z   ssh-strict: true
2026-09-11T01:04:14.6198826Z   ssh-user: git
2026-09-11T01:04:14.6199302Z   persist-credentials: true
2026-09-11T01:04:14.6199721Z   clean: true
2026-09-11T01:04:14.6200079Z   sparse-checkout-cone-mode: true
2026-09-11T01:04:14.6200495Z   fetch-depth: 1
2026-09-11T01:04:14.6200848Z   fetch-tags: false
2026-09-11T01:04:14.6201200Z   show-progress: true
2026-09-11T01:04:14.6201564Z   lfs: false
2026-09-11T01:04:14.6201898Z   submodules: false
2026-09-11T01:04:14.6202259Z   set-safe-directory: true
2026-09-11T01:04:14.6202664Z   allow-unsafe-pr-checkout: false
2026-09-11T01:04:14.6203266Z ##[endgroup]
2026-09-11T01:04:14.6992563Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-11T01:04:14.6994041Z ##[group]Getting Git version info
2026-09-11T01:04:14.6994795Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-11T01:04:14.6996219Z [command]/usr/bin/git version
2026-09-11T01:04:14.6996848Z git version 2.43.0
2026-09-11T01:04:14.7003709Z ##[endgroup]
2026-09-11T01:04:14.7011872Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/57c7f859-0039-420a-8d84-0035dc28dc72/.gitconfig'
2026-09-11T01:04:14.7019830Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/57c7f859-0039-420a-8d84-0035dc28dc72' before making global git config changes
2026-09-11T01:04:14.7021846Z Adding repository directory to the temporary git global config as a safe directory
2026-09-11T01:04:14.7023570Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-11T01:04:14.7071833Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-11T01:04:14.7092189Z https://github.com/BigscreenVR/spt-bs-core
2026-09-11T01:04:14.7103101Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-11T01:04:14.7105478Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-11T01:04:14.7124112Z HEAD
2026-09-11T01:04:14.7151333Z ##[endgroup]
2026-09-11T01:04:14.7152623Z [command]/usr/bin/git submodule status
2026-09-11T01:04:14.7339910Z ##[group]Cleaning the repository
2026-09-11T01:04:14.7342573Z [command]/usr/bin/git clean -ffdx
2026-09-11T01:04:16.0046515Z Removing target/
2026-09-11T01:04:16.0052929Z [command]/usr/bin/git reset --hard HEAD
2026-09-11T01:04:16.0126447Z HEAD is now at ac7ca9f00 Merge 16df0e41be04ca4614a792f7e70e4d1bdec60b24 into de5a44bc338d679f3c63f6d0f68826eb9e575d73
2026-09-11T01:04:16.0133888Z ##[endgroup]
2026-09-11T01:04:16.0135381Z ##[group]Disabling automatic garbage collection
2026-09-11T01:04:16.0137226Z [command]/usr/bin/git config --local gc.auto 0
2026-09-11T01:04:16.0161071Z ##[endgroup]
2026-09-11T01:04:16.0162540Z ##[group]Setting up auth
2026-09-11T01:04:16.0165748Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-11T01:04:16.0189865Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-11T01:04:16.0378889Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-11T01:04:16.0406072Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-11T01:04:16.0588075Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-11T01:04:16.0614553Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-11T01:04:16.0802255Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-11T01:04:16.0832792Z ##[endgroup]
2026-09-11T01:04:16.0839922Z ##[group]Fetching the repository
2026-09-11T01:04:16.0843132Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ac7ca9f00b6edd30d4e3bb77c3a891451c2db118:refs/remotes/pull/218/merge
2026-09-11T01:04:16.7392543Z ##[endgroup]
2026-09-11T01:04:16.7393651Z ##[group]Determining the checkout info
2026-09-11T01:04:16.7394414Z ##[endgroup]
2026-09-11T01:04:16.7397133Z [command]/usr/bin/git sparse-checkout disable
2026-09-11T01:04:16.7440188Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-11T01:04:16.7463081Z ##[group]Checking out the ref
2026-09-11T01:04:16.7465663Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/218/merge
2026-09-11T01:04:16.7531717Z HEAD is now at ac7ca9f00 Merge 16df0e41be04ca4614a792f7e70e4d1bdec60b24 into de5a44bc338d679f3c63f6d0f68826eb9e575d73
2026-09-11T01:04:16.7536299Z ##[endgroup]
2026-09-11T01:04:16.7577943Z [command]/usr/bin/git log -1 --format=%H
2026-09-11T01:04:16.7606611Z ac7ca9f00b6edd30d4e3bb77c3a891451c2db118
